Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clarify that ASP signs funding PSBT #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bonomat
Copy link

@bonomat bonomat commented Jul 2, 2024

Is my understanding correct, that the ASP is signing the funding PSBT?

@@ -124,7 +124,7 @@ import TabItem from '@theme/TabItem';
- ASP adds the added output in the [Funding transaction](#funding-transaction) shared by Alice.
- ASP spends from the `Alice + ASP` cooperative path.
- ASP adds the output with the script `(Alice + ASP) or (Alice after 24h)`. This output is the [VTXO](#vtxo) of Alice.
- ASP signs the PSBT and sends it to Alice.
- ASP signs the Funding PSBT and sends it to Alice.
Copy link
Member

@tiero tiero Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no this is not correct, first is the Redeem transaction to be signed. After this, Alice can sign his original Funding.

  1. Change this Redeem PSBT (left suggestion)
  2. In the next sentence we can be more clear saying "It's now safe for Alice to sign and broadcast his funding.."
Suggested change
- ASP signs the Funding PSBT and sends it to Alice.
- ASP signs the Redeem PSBT, sends it to Alice who counter-signs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants